home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / nwutils.zip / FASTLE.NW < prev    next >
Text File  |  1992-01-23  |  7KB  |  177 lines

  1.                 Running Fast and Lean
  2.  
  3. Are you running out of space on your hard disk?  Do
  4. you sometimes get "Not enough memory to continue"
  5. messages when you use NewWave?  Here are some
  6. practical tips you can use to conserve disk space,
  7. memory, and to generally tune your computer so that
  8. it runs "Fast and Lean."
  9.  
  10. STEP 1:  FREE UP SOME DISK SPACE
  11. ================================
  12.  
  13.  1) Remove the NewWave Tutorials and Guided Tour.
  14.  
  15.     Removing the tutorial can recover about 2.4 MB of
  16.     disk space.  Here are the steps to do this:
  17.  
  18.         a.  In the NewWave Office, select Tutorial
  19.             from the Help menu.
  20.         b.  Press the Ctrl-Alt-X keys.
  21.         c.  Click Manage CBT.
  22.         d.  Click Deinstall.
  23.         e.  Highlight the Main Topic that you want to
  24.             deinstall, click Deinstall, and OK.
  25.         f.  Repeat Step e until you have deinstalled all
  26.             of the Main Topics.
  27.         g.  Click Done and OK.
  28.  
  29.  2) Delete the "What's New Folder"
  30.  
  31.     The "What's New" folder contains a LOT of good
  32.     information about NewWave, agent task tips, etc.
  33.     However, once you have read or printed these
  34.     objects, some of the items (or even the whole
  35.     folder) may be deleted from your disk.  The whole
  36.     folder can be removed for a savings of about 156 KB.
  37.  
  38.     You can store a copy of the folder and its contents
  39.     on a flexible disk by using the Export To Disk File
  40.     command from the Objects menu of the NewWave Office
  41.     desktop.
  42.  
  43. 3)  Empty your Waste Basket frequently.
  44.  
  45. 4)  Delete unnecessary Window's files and applications
  46.  
  47.     You can conserve disk space by deleting Windows
  48.     accessories you don't use.  For example, deleting all
  49.     the Windows 3.0 files that have a base file name of
  50.     CALC removes the Windows Calculator (a savings of 63
  51.     KB).  Also, the Window's bitmap files (*.BMP)
  52.     consume about 240KB of disk.
  53.  
  54.     Do this only when you are sure you don't need the
  55.     accessories or bitmaps.  Again, you should back up
  56.     them up before deleting them.
  57.  
  58. Step 2: CONSERVE MEMORY
  59. =======================
  60.  
  61.    You may be able to gain extra memory for NewWave by
  62.    making changes to CONFIG.SYS and AUTOEXEC.BAT -- the
  63.    two files that establish the system configuration for
  64.    your computer.  Both of these files are in the root
  65.    directory of the default drive on your hard disk
  66.    (usually Drive C).  Before you change these files, it
  67.    is a good idea to make a backup copy of each in case
  68.    you need to restore your old configuration.  Note that
  69.    changes to either file do not go into effect until you
  70.    restart your computer.
  71.  
  72.    Here are the changes you can make to conserve memory:
  73.  
  74.    1)  Remove any unnecessary device drivers from your
  75.        CONFIG.SYS file.
  76.  
  77.        Device drivers are loaded through the DEVICE=
  78.        command.  To remove a device driver, delete its
  79.        command line from CONFIG.SYS.  Examples of
  80.        device drivers not needed by NewWave are ANSI.SYS
  81.        or MOUSE.SYS.  These files may be needed by
  82.        some DOS applications, however, so make sure you
  83.        that you don't need a device driver before you
  84.        remove it.
  85.  
  86.        If you are loading a disk caching program, you
  87.        do not need (and should not load) the FASTOPEN
  88.        program provided with DOS.
  89.  
  90.    2)  In CONFIG.SYS, set BUFFERS to a low value if you
  91.        are using disk caching software (such as
  92.        Microsoft's SMARTDRV.SYS).
  93.  
  94.        The BUFFERS= command allocates a small amount of
  95.        buffer memory to hold data as it is read from
  96.        disk.  Each buffer uses from 528 up to 4000 bytes,
  97.        depending on the side of your hard disk partition.
  98.        The recommended number of buffers for NewWave is 8
  99.        when running disk caching software and 16 to 20
  100.        when you are not using any disk caching software.
  101.  
  102.        If you are using the DOS 5.0 CONFIG.SYS entry
  103.        DOS=HIGH, changing the BUFFERS= entry may have
  104.        no effect on base memory (the buffer memory
  105.        goes into extended memory when using DOS=HIGH).
  106.  
  107.    3)  In CONFIG.SYS, remove any unneeded logical drives.
  108.  
  109.        The LASTDRIVE command specifies the drive letter
  110.        of the last logical drive.  Each drive you don't
  111.        need uses approximately 85 bytes.  If you don't
  112.        have any physical, ramdrive, substituted, or
  113.        network drives past drive C:, you can set
  114.        LASTDRIVE=C.
  115.  
  116.    4)  Remove any unnecessary terminate-and-stay
  117.        resident programs (TSRs) from AUTOEXEC.BAT.
  118.  
  119.        TSRs occupy a small amount of memory at all times
  120.        while your computer is running.  Often, they are
  121.        loaded through a command line in AUTOEXEC.BAT.
  122.  
  123.    5)  Use a memory manager that can load device
  124.        drivers and TSR programs into upper memory blocks
  125.        (UMB's, or high DOS memory).  Common examples of
  126.        these are Qualitas' 386Max, Quarterdeck's QEMM,
  127.        and Microsoft's EMM386.EXE.  Be sure that you
  128.        obtain a version that is compatible with Windows
  129.        3.0 in Enhanced Mode.  If you have a 286 based PC,
  130.        Qualitas provides MOVE'EM, and Quarterdeck has
  131.        QRAM, which can provide UMB support for PCs
  132.        with certain models of add-on memory cards.
  133.  
  134. STEP 3: TUNE DISK PERFORMANCE
  135. =============================
  136.  
  137.    1)  On 386 PC's create a permanent swap file.  This
  138.        file typically should be 4 to 6 MB in size, and
  139.        should be placed on your fastest hard disk.
  140.        Follow the instructions for this in the Window's
  141.        3.0 manual.
  142.  
  143.    2)  Defragment your disk drive often. Performance
  144.        of many applications can be improved by using
  145.        a disk defragmenting program.  There are
  146.        various programs available on the market that
  147.        can do this, such as those provided in Norton
  148.        Utilities and PC Tools.  Be sure to run these
  149.        programs OUTSIDE of Windows 3.0.
  150.  
  151.        TIP: If your disk optimizing program can place
  152.             certain directories first on the disk (in
  153.             the fastest access areas), place the
  154.             files in the HPNWDATA directory at the
  155.             front of the list.  This is where the
  156.             NewWave Object Management Facility (OMF)
  157.             resides, which is where most of the
  158.             disk reading and writing will occur.
  159.  
  160.    3)  Use a disk caching program, such as Microsoft's
  161.        SMARTDRV.SYS.  It is best that you use a cache
  162.        program that is compatible with Windows 3.0, and
  163.        "relinquish" memory from cache back to Windows,
  164.        in case your Window's application runs short on
  165.        memory.
  166.  
  167.    4)  If you have a SET TEMP=  statement in your
  168.        AUTOEXEC.BAT file, make sure that you have
  169.        adequate non-fragmented disk space on that drive.
  170.        This is particularly important for printing
  171.        large graphics from within Window's/NewWave.
  172.  
  173. We hope that with the above suggestions, you too, can make
  174. your computer run "Fast and Lean".
  175.  
  176.  
  177.